.noclass {
}

.imgWhiteBorder {
	border: 1px solid #FFFFFF ;
}

.imgBlackBorder {
	border: 1px solid #000000 ;
}

#img {
  vertical-align:bottom;
}

body {
	background-image: url(../gfx/bkg_main.gif);
}

html {
 margin: 0;
 padding: 0;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-top: 0px;
}

/* Standard content text font */
table, td {
  font-family: arial;
  font-size: 11px;
}

.table_game_item {
	background-image: url(../gfx/dummy_game.gif);
	border: 0px;
} 

.td_contentName {
	color: #cc8920;
	font-style: normal;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
}

/* Normal links */
a {
 color: #791b02;
 font-size: 11px;
 font-family: arial;
 text-decoration: none;
}

a:hover {
 color: #F97001;
}

a:visited {
 color: #FFFFFF;
}

.a_extLink {
 color: #000088;
 font-size: 11px;
 font-family: arial;
 text-decoration: none;
}

.a_extLink:hover {
 color: #0000ff;
}

.a_extLink:visited {
 color: #000088;
}

.text_extLink {
 color: #000000;
 font-size: 12px;
 font-family: arial;
 text-decoration: none;
}

.a_buttonBack {
	display:block;
    background-image:url(../gfx/button_back2.gif);
    width:69px;
	height:68px;
	}

.a_buttonBack:hover {
	background-image:url(../gfx/button_back.gif);
	}

/* Logo */
#logo {
	position:relative;
	width:783px;
	height:102px;
	z-index:1;
	left: 0px;
	top: 0px;
	visibility: visible;
}

#main {
	position:relative;
	width:696px;
	height:687px;
	z-index:2;
	left: 43px;
	top: -9px;
	visibility: visible;
	background-color: #FFFFFF;
	/* padding-left: 8px; */
}

#bannerSpace_top {
	position:relative;
	width:680px;
	height:89px;
	z-index:3;
	left: 8px;
	top: 9px;
	visibility: visible;
	background-image: url(../gfx/bkg_bannerTop.gif);
}

#gameInfo {
	position:relative;
	width:680px;
	height:89px;
	z-index:3;
	left: 8px;
	top: 19px;
	visibility: visible;
	/* background-image: url(../gfx/bkg_bannerBottom.gif); */
}

#bannerSideLeft {
	position:relative;
	width:120px;
	height:653px;
	z-index:4;
	left: 50px;
	top: -680px;
	visibility: visible;
	background-image: url(../gfx/bkg_bannerSide.gif);
}

#bannerSideRight {
	position:relative;
	width:120px;
	height:653px;
	z-index:4;
	left: 800px;
	top: -800px;
	visibility: visible;
	background-image: url(../gfx/bkg_bannerSide.gif);
}

.banner_alienLeft {
	position:relative;
	width:74px;
	height:56px;
	z-index:2;
	left: 58px;
	top: 61px;	
}

.banner_alienRight {
	position:relative;
	width:74px;
	height:56px;
	z-index:2;
	left: -10px;
	top: 61px;	
}

.banner_alienContentLeft {
	position:relative;
	width:120px;
	height:600px;
	z-index:1;
	background-color: #FFFFFF;
	left: 35px;
	top: 58px;
}

.banner_alienContentRight {
	position:relative;
	width:120px;
	height:600px;
	z-index:1;
	background-color: #FFFFFF;
	left: -35px;
	top: 58px;	
}

.bannerSpace_topInner {
	position:relative;
	width:468px;
	height:60px;
	z-index:4;
	left: 200px;
	top: 15px;
	visibility: visible;
}

#main_content {
	position:relative;
	width:680px;
  	height:480px;
	z-index:4;
	left: 8px;
	top: 14px;
	visibility: visible;

	overflow: auto;
	
	border: none;

	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
  
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;

	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
  
	border-width: 0;
  
	border-collapse: separate;
	border-spacing: 0px;
}

#floatingLayer {
	position:absolute;
	width:320px;
	height:240px;
	left:-10000px;
	top:200px;
	visibility:hidden;
	z-index:5;
}